text/template/parse.Tree.newString (method)
3 uses
text/template/parse (current package)
node.go#L760: func (t *Tree) newString(pos Pos, orig, text string) *StringNode {
node.go#L777: return s.tr.newString(s.Pos, s.Quoted, s.Text)
parse.go#L760: return t.newString(token.pos, token.val, s)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)